LogCommand Class
Represents a log command.
Inheritance hierarchy
System.Object
IntervalZero.KINGSTAR.Local.Class.LogCommand
Namespace: IntervalZero.KINGSTAR.Local.Class
Assembly: IntervalZero.KINGSTAR.Local.Class (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0
Syntax
public class LogCommand
Public Class LogCommand
The LogCommand class exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() |
MaxChannels | The maximum number of channels in one log command. |
![]() |
MaxCycles | The maximum number of values that can be recorded. |
Methods
Name | Description | |
---|---|---|
![]() |
Abort | Aborts a command. |
![]() |
WaitAsync | Waits a command to be finished as an asynchronous operation. |
![]() |
WaitAsync (int) | Waits a command to be finished asynchronously with a timeout. |
Properties
Name | Description | |
---|---|---|
![]() |
Channels | The logged channels. |
![]() |
CurrentCycle | The number of values that have already been logged. |
![]() |
Status | The current state of a log command. |
![]() |
TotalCycles | The total number of values to be logged. |
![]() |
TriggerLocalTime | The local time the first point is saved. |
![]() |
TriggerUtcTime | The UTC time the first point is saved. |
See also